johannesThu Mar 22 21:34:58 2007 UTC
Added files:
/php-src/sapi/cli/tests 015.phpt
Modified files:
/php-src/sapi/cli getopt.c
Log:
- Fix handling of not existing long CLI options
http://cvs.php.net/viewvc.cgi/php-src/sapi/c
johannesThu Mar 22 21:35:41 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/sapi/cli/tests 015.phpt
Modified files:
/php-src/sapi/cli getopt.c
Log:
- MFH: Fix handling of not existing long CLI options
http://cvs.php.net/vie
johannesThu Mar 22 21:35:56 2007 UTC
Modified files: (Branch: PHP_4_4)
/php-src/sapi/cli getopt.c
Log:
- MFH: Fix handling of not existing long CLI options
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/getopt.c?r1=1.3.4.3.6.3&r2=1.3.4.3.6.4&diff_format
cardoe Thu Mar 22 21:50:34 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/ldap ldap.c
Log:
Replaced all instances of ldap_get_values() with ldap_get_values_len(), which
returns back the length of the data so on non-NULL terminated data we don't
crash i
iliaa Thu Mar 22 23:34:14 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/date/tests bug40861.phpt
Log:
Added -- test case
http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/bug40861.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ex