summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-0218-32/+701
* - Fixed double registering of browscap ini directive. See bug #54896.Gustavo André dos Santos Lopes2011-06-021-6/+0
* - Fixed bug #54970 (SplFixedArray::setSize() isn't resizing)Felipe Pena2011-06-022-0/+40
* More testsIlia Alshanetsky2011-06-012-1/+11
* Implemented FR #54561 (Expose ICU Version & ICU Data Version info).Ilia Alshanetsky2011-06-012-0/+14
* Fixed bug #52104 (bindColumn creates Warning regardless of ATTR_ERRMODE setti...Ilia Alshanetsky2011-06-011-1/+4
* Fixed bug #54484 (Empty string in json_decode doesn't reset json_last_error()).Ilia Alshanetsky2011-06-012-0/+27
* Adding testcases to validate imageloadfont input parameter validation, tests ...Rafael Machado Dohms2011-05-312-0/+30
* reuse codeAndrey Hristov2011-05-311-16/+11
* Fixed notice breaking the test.Shein Alexey2011-05-311-1/+1
* Removed test since there's no more safe_mode in PHP >= 5.4.Shein Alexey2011-05-311-35/+0
* fix macrosAndrey Hristov2011-05-311-10/+10
* Fixed bug #54910 (Crash when calling call_user_func with unknown function name)Dmitry Stogov2011-05-312-0/+33
* Removed unnecessary rinit/rshutdownIlia Alshanetsky2011-05-312-22/+2
* Fixed bug #54957 (Memleak in alloc_globals_ctor)Dmitry Stogov2011-05-311-0/+3
* Updated qa-release.php notes as per the new qa-release.php syntaxPhilip Olson2011-05-301-14/+10
* Fixed bug #52496 (Zero exit code on option parsing failure).Ilia Alshanetsky2011-05-301-1/+1
* Fixed bug #54946 (stream_get_contents infinite loop)Hannes Magnusson2011-05-292-0/+43
* Fixed bug #54601 (Removing the doctype node segfaults)Hannes Magnusson2011-05-292-1/+31
* Fixed bug #53848 (fgetcsv() ignores spaces at beginnings of fields).Ilia Alshanetsky2011-05-292-21/+34
* Fixed bug #54137 (file_get_contents POST request sends additional line break).Ilia Alshanetsky2011-05-291-1/+0
* - Fixed bug #54934 (Unresolved symbol strtoull in HP-UX 11.11)Felipe Pena2011-05-271-0/+8
* Fixed bug #54924 (assert.* is not being reset upon request shutdown).Ilia Alshanetsky2011-05-261-8/+8
* -fix bug 54935, php_win_err can lead to crashPierre Joye2011-05-261-1/+1
* - Fixed ZTS build and removed unused varsFelipe Pena2011-05-251-3/+1
* implement streams metadata API per RFCStanislav Malyshev2011-05-255-126/+498
* Fixed test, as per r311323Philip Olson2011-05-251-3/+3
* - Fixed bug #50363 (Invalid parsing in convert.quoted-printable-decode filter)Felipe Pena2011-05-242-7/+20
* Fixed testPhilip Olson2011-05-241-1/+1
* Updated test. touch() emits E_WARNING for bogus values. Updated 5.3 test to l...Philip Olson2011-05-241-5/+17
* - Fix logic, it must check for both flags (as says the comment in the code) (...Felipe Pena2011-05-241-1/+1
* - Fixed bug #54912 (filter/logical_filters.c:685:32: warning: use of logical ...Felipe Pena2011-05-241-1/+1
* - Fix #54721, different Hashes on Windows, BSD and Linux on wrong Salt sizePierre Joye2011-05-242-1/+21
* - fix tests, keep EOL as unix style as the str len is used in expectPierre Joye2011-05-240-0/+0
* Fixed comilation on x86_64Dmitry Stogov2011-05-241-1/+1
* - Fix the fixFelipe Pena2011-05-241-1/+1
* - Fixed stack buffer overflow in socket_connect().Felipe Pena2011-05-241-0/+5
* Fixed test for decoupled <?= as of r311260Philip Olson2011-05-231-4/+3
* Fix Bug #54727, a re-incarnation of #26862Michael Wallner2011-05-232-3/+3
* Arithmetic speedup. Inlined most probable code-paths for arithmetic operation...Dmitry Stogov2011-05-236-316/+675
* fix some failing testsStanislav Malyshev2011-05-232-9/+3
* - Fixed bug #54529 (SAPI crashes on apache_config.c:197)Felipe Pena2011-05-231-5/+6
* - Fixed bug #54269 (Short exception message buffer causes crash)Felipe Pena2011-05-221-1/+1
* Increase the overly conservative pcre backtrack limit from 100000 to 1000000Rasmus Lerdorf2011-05-212-5/+5
* - Fixed bug #54895 (Fix compiling with older gcc version without need for mem...Felipe Pena2011-05-201-1/+1
* Allow management of your own padding in openssl_encrypt/decrypt.Scott MacVicar2011-05-206-19/+36
* - Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick)Felipe Pena2011-05-193-0/+18
* Fix CSRasmus Lerdorf2011-05-191-9/+11
* Fix bug 54866Rasmus Lerdorf2011-05-191-2/+14
* Tidy up ldap paging code and rename the API as discussed in #42060Scott MacVicar2011-05-194-29/+30