2006-08-02 |
Andrei Zmievski | Add '&' modifier (for 's' type) that will apply the... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Ilia Alshanetsky | MFB: Fixed bug #38213, #37611, #37571 (wddx encoding... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Ilia Alshanetsky | MFB: Expose the xml_utf8_encode function. |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Antony Dovgal | init variable, eliminate compile warning |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Antony Dovgal | fix #38289 (segfault in session_decode() when _SESSION... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Dmitry Stogov | zts fix |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Andrei Zmievski | Fix leaks. |
commit | commitdiff | tree | snapshot |
2006-08-02 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Antony Dovgal | implement my own FR #36995 |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Andrei Zmievski | Add SORT_LOCALE_STRING support to array_multisort(... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Andrei Zmievski | Whew. Fix up extract to params API, Unicode support... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Andrei Zmievski | Fix off-by-one error in zend_case_fold_string(). |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Andrei Zmievski | Rewrite IS_LONG, IS_DOUBLE, and IS_RESOURCE to IS_UNICO... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Michael Wallner | - update test |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Michael Wallner | - use library error message on time string parse failure |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Ilia Alshanetsky | Fixed build (added missing functions) |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Ilia Alshanetsky | MFB: Fixed bug #38168 (Crash in pdo_pgsql on missing... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Dmitry Stogov | Unicode support |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Michael Wallner | - fix leaks on multiple calls to DateTime::__construct() |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Ilia Alshanetsky | MFB: Fixed memory leak on unused bound name parameters. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Michael Wallner | - OO fixes: |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Antony Dovgal | fix #38269 (fopen wrapper doesn't fail on invalid hostn... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Antony Dovgal | improve error message on Win32 |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Antony Dovgal | fix #38278 (session_cache_expire()'s value does not... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Ilia Alshanetsky | MFB: Fixed bug #37445 (Fixed crash in pdo_mysql resulti... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Dmitry Stogov | Reimplemented SoapServer and SoapClient classes using... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Christian Stocker | return false instead of null, if it's an invalid document |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Christian Stocker | return true, if xsl import did work |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Antony Dovgal | fix #37581 (oci_bind_array_by_name clobbers input array... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Ilia Alshanetsky | MFB: Fixed compiler warning. |
commit | commitdiff | tree | snapshot |
2006-07-31 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Pierre Joye | - MFB: #36732, add req_extensions support to openssl_cs... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Antony Dovgal | update changelog |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Antony Dovgal | fix #38173 (Freeing nested cursors causes OCI8 to segfault) |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Pierre Joye | - #28382, add support for x509 extensions |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Pierre Joye | - MFB: #38261, openssl_x509_parse leaks with invalid... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Antony Dovgal | improve checks and fix #38251 |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Antony Dovgal | fix compile warnings (#38257) |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Antony Dovgal | MFB: bug #38253 (PDO produces segfault with default... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Pierre Joye | - MFB: silent compiler warnins (signess) |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Pierre Joye | - MFB: vi happiness |
commit | commitdiff | tree | snapshot |
2006-07-30 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Pierre Joye | - make the test more obvious and add an explanation |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Antony Dovgal | MFB: improve test |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Pierre Joye | - #38255, fails on array as well |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Pierre Joye | - MFH: #38255, fix possible leak in php_openssl_evp_fro... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Pierre Joye | - #37820, add support for algorithm type in openssl_ver... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Seiji Masugata | fix tests. |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Pierre Joye | - MFH: #8315, float is affected too |
commit | commitdiff | tree | snapshot |
2006-07-29 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Pierre Joye | - MFH: #8315, NULL character stops the validation |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Hannes Magnusson | MFB: Update test |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Ilia Alshanetsky | MFB: cleanup of the phpinfo() output. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Ilia Alshanetsky | MFB: Cleanup phpinfo() output |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Antony Dovgal | fix test |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Antony Dovgal | enabling --leak-check was bad idea, since there are... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Antony Dovgal | patch for #37846 (wordwrap() wraps incorrectly) |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Pierre Joye | - HEAD does not suppot magic_gpc |
commit | commitdiff | tree | snapshot |
2006-07-28 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Ilia Alshanetsky | MFB: Fixed a bug in the filter extension that prevented... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Ilia Alshanetsky | MFB: Fixed bug #38236 (Binary data gets corrupted on... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Nuno Lopes | upgrade the rest of the functions to Unicode (except... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Nuno Lopes | convert void* to zstr when using the 't' parameter... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Ilia Alshanetsky | MFB: An improved fix for bug #38224 |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Dmitry Stogov | Removed deprecated #ifdef ZEND_ENGINE_2 |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Dmitry Stogov | Unicode support (not finished) |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Ilia Alshanetsky | MFB: make C++ compilers happy |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Ilia Alshanetsky | Removed debug code |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Ilia Alshanetsky | MFB: Fixed bug #38224 (session extension can't handle... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Ilia Alshanetsky | MFB: Fixed bug #38229 (strtotime() does not parse YYYY... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Antony Dovgal | fix leak in php_local_infile_init() handler |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Dmitry Stogov | Fixed bug #38234 (Exception in __clone makes memory... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Dmitry Stogov | Fixed mess with semantic of zend_normalize_identifier... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Dmitry Stogov | Fix usage of uninitialized value and unicode support |
commit | commitdiff | tree | snapshot |
2006-07-27 |
foobar | - Removed unnecessary quotes |
commit | commitdiff | tree | snapshot |
2006-07-27 |
foobar | - Added PHP_VERSION_ID == PHP_VERSION as integer value. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Dmitry Stogov | Fixed bug #38047 ("file" and "line" sometimes not set... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Antony Dovgal | MFB: fix test on 64bit machines |
commit | commitdiff | tree | snapshot |
2006-07-27 |
foobar | - Fixed bug #37164 (snmp_set_oid_numeric_print() misbeh... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2006-07-27 |
foobar | - Fix build with ext/date/lib with shared extensions |
commit | commitdiff | tree | snapshot |
2006-07-27 |
foobar | - Fix phpize build |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Ilia Alshanetsky | MFB: Fixed compiler warnings. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Ilia Alshanetsky | MFB: Improved fix for bug #38132 |
commit | commitdiff | tree | snapshot |
2006-07-26 |
foobar | - Fixed bug #37564 (AES privacy encryption not possible... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Ilia Alshanetsky | Added test for bug #38132 |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Pierre Joye | - fix test |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Dmitry Stogov | Fixed bug #38220 (Crash on some object operations) |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Antony Dovgal | turn Off Zend MM and check for leaks when running tests... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Antony Dovgal | nuke unused variable |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Pierre Joye | - MFB #38214, gif interlace never worked |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Dmitry Stogov | Fixed bug #38211 (variable name and cookie name match... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Pierre Joye | - mv 38179.phpt to bug38179.phpt |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Antony Dovgal | fix compile warning on Solaris, getloadavg() is in... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Pierre Joye | - #38212, Segfault on invalid imagecreatefromgd2part... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Dmitry Stogov | Fixed crash of DEBUG version on SPARC CPU because of... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Antony Dovgal | fix bug #38217 (ReflectionClass::newInstanceArgs()... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Antony Dovgal | improve connection timeout check (implements FR #38210) |
commit | commitdiff | tree | snapshot |
2006-07-26 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
next |