Revision tags: php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1 |
|
#
20c2c39f |
| 07-Mar-2003 |
Ilia Alshanetsky |
Fixed bug #22585 (Do not terminate the script on minor errors).
|
#
3c9155e0 |
| 07-Mar-2003 |
foobar |
Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
|
#
5c90216d |
| 06-Mar-2003 |
David Hill |
64-bit correction to variables passed to zend_parse_parameters @64-bit correction to variables passed to zend_parse_parameters (Dave)
|
Revision tags: php-4.3.1 |
|
#
0a18a9d7 |
| 16-Feb-2003 |
Wez Furlong |
A add much more useful select(2) implementation than is provided by windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file de
A add much more useful select(2) implementation than is provided by windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
show more ...
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
aebb39b0 |
| 18-Jan-2003 |
Ilia Alshanetsky |
Changed php_error to php_error_docref. Thanks to Marcus Börger for writing a script that significantly simplifies this process.
|
#
984c0918 |
| 18-Jan-2003 |
Ilia Alshanetsky |
Removed pointless memory allocation checks.
|
#
b506f5c8 |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1 |
|
#
ce2b880a |
| 05-Nov-2002 |
Edin Kadribasic |
Fixed win32 build by including missing stddef.h
|
#
43326128 |
| 30-Oct-2002 |
Ilia Alshanetsky |
Fixed a memory leak on ldap_connect() failure.
|
Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3 |
|
#
ad844f0b |
| 05-Sep-2002 |
Anantha Kesari H Y |
NetWare related additions/modifications
|
Revision tags: php-4.2.3RC2, php-4.2.3RC1 |
|
#
f50df31d |
| 13-Aug-2002 |
Rasmus Lerdorf |
bool not boolean
|
Revision tags: dev |
|
#
dddf2356 |
| 05-Aug-2002 |
Stig Venaas |
Made ldap_connect/bind/unbind() use zend_parse_parameters()
|
Revision tags: php-4.2.2 |
|
#
910e6275 |
| 09-Jul-2002 |
Stig Venaas |
Hopefully fixes build with IBM's LDAP library
|
Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt |
|
#
7115041c |
| 30-Jun-2002 |
Derick Rethans |
- More error messages cleanup
|
Revision tags: php-4.3.0dev_zend2_alpha2 |
|
#
a954dd6e |
| 27-Jun-2002 |
Derick Rethans |
- Remove \n
|
#
2d1b3047 |
| 26-Jun-2002 |
Derick Rethans |
- Unify error messages
|
#
58ce28e5 |
| 22-Jun-2002 |
Stig Venaas |
Better not include ldap_parse_result() and ldap_start_tls() at all in the symbol table when they are not usable. Makes it possible to check on their usability.
|
#
c83f5a53 |
| 22-Jun-2002 |
Stig Venaas |
Added test for ldap_start_tls_s()
|
#
d01f7a8a |
| 21-Jun-2002 |
Markus Fischer |
- Fix ZTS build, see #17915.
|
Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2 |
|
#
d47d8b99 |
| 04-May-2002 |
Stig Venaas |
Reworked result resource handling so that result is not freed until all its result entry resources are freed @- Fixed resource bug in LDAP extension. (Stig Venaas)
|
Revision tags: php-4.2.1RC1 |
|
#
e3179341 |
| 23-Apr-2002 |
Derick Rethans |
Fix TSRMLS_CC thingies.
|
Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help |
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers.
|
Revision tags: php-4.1.2 |
|
#
8b2dcb33 |
| 11-Feb-2002 |
Markus Fischer |
- Fix protos.
|
Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
2ac2b22c |
| 04-Jan-2002 |
Stig Venaas |
Made ldap_modify() an alias for ldap_mod_replace(). The two were identical. #For more info, see my posting on php-dev Dec 25th.
|
#
403350e4 |
| 26-Dec-2001 |
Stig Venaas |
unbreak parallel search
|