summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Added optional parameter to openssl_sign() to specify the hashingDerick Rethans2003-03-301-2/+29
* Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()).Ilia Alshanetsky2003-03-301-77/+63
* Since zend_do_begin_class_member_function_call assumes the previousAndrei Zmievski2003-03-301-1/+1
* Merge proper -I parameter for APXS buildsSascha Schumann2003-03-301-1/+5
* Added various gdb macros to examine zval, znode, and HashTableMoriyoshi Koizumi2003-03-301-0/+179
* changed constant nameGeorg Richter2003-03-301-6/+6
* if TEST_PHP_EXECUTABLE=auto then use ./sapi/cli/phpMarcus Boerger2003-03-301-1/+5
* updateMarcus Boerger2003-03-301-1/+3
* more ini defaults for error message handlingMarcus Boerger2003-03-301-0/+2
* cleanupMarcus Boerger2003-03-301-20/+10
* changed macroGeorg Richter2003-03-301-3/+3
* ZTS fix.Sebastian Bergmann2003-03-301-1/+1
* Try to report class name of the exceptionStanislav Malyshev2003-03-301-3/+9
* bugfix #22961 by cynic@php.netMarcus Boerger2003-03-301-1/+1
* Fix namespace switchStanislav Malyshev2003-03-301-1/+1
* simplify and fixMarcus Boerger2003-03-301-3/+2
* doneMarcus Boerger2003-03-301-3/+0
* --+_Sebastian Bergmann2003-03-301-2/+2
* uncomment removal of temp fileShane Caraveo2003-03-301-2/+2
* clean up url handling with path_infoShane Caraveo2003-03-301-45/+59
* ChangeLog update2003-03-302-0/+94
* _SERVER also should not be quoted by magic_quotes_GPCShane Caraveo2003-03-301-7/+6
* Improved var_dump() and debug_zval_dump() so they also show theMoriyoshi Koizumi2003-03-291-3/+15
* fix phpinfo() & php -iMarcus Boerger2003-03-291-5/+5
* use sizeof() as suggested by AndreiMarcus Boerger2003-03-291-6/+6
* - html errors should default to off (0) in CLIDerick Rethans2003-03-291-1/+1
* Add missing initializationZeev Suraski2003-03-291-0/+1
* Fixed too optimized partMoriyoshi Koizumi2003-03-291-1/+3
* CS & WS fixesMoriyoshi Koizumi2003-03-291-37/+54
* Improved bison check; now configure accepts 1.28, 1.35, and 1.75 only.Moriyoshi Koizumi2003-03-291-2/+2
* Fix crashZeev Suraski2003-03-291-1/+1
* Initial support for enforcing prototype of abstract/interface method implemen...Zeev Suraski2003-03-293-12/+75
* Fixed test cases so they wouldn't be failed in case register_globals=onMoriyoshi Koizumi2003-03-292-0/+2
* remove unused variableSterling Hughes2003-03-291-2/+0
* update php module name to php5, not php4.Sterling Hughes2003-03-2920-76/+76
* ChangeLog update2003-03-291-0/+37
* - Add the exponent to the float modifierDerick Rethans2003-03-281-1/+1
* fix these testsMarcus Boerger2003-03-282-5/+5
* Do the right fix..Moriyoshi Koizumi2003-03-281-9/+8
* Fixed bug #22773Moriyoshi Koizumi2003-03-281-2/+2
* On 64bit platforms, pointers are 64bit long..Moriyoshi Koizumi2003-03-281-1/+1
* CSIlia Alshanetsky2003-03-281-197/+203
* Changing parsedate to be reentrant using pure_parser (Dave)David Hill2003-03-281-244/+220
* Removed redundant aliases & CS fix.Moriyoshi Koizumi2003-03-281-32/+19
* ChangeLog update2003-03-282-0/+66
* Improved php_import_environment_variables: avoid emalloc()ing in most casesMoriyoshi Koizumi2003-03-271-2/+14
* MFB ext/comHarald Radi2003-03-271-1/+1
* CSIlia Alshanetsky2003-03-271-178/+172
* Correcting checking of flex version (dave)David Hill2003-03-271-4/+12
* fix fetch_class bugletStanislav Malyshev2003-03-271-1/+1