summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reverted the last patch; the problem is elsewhere..Moriyoshi Koizumi2003-04-011-3/+4
|
* MFBRasmus Lerdorf2003-04-011-8/+4
|
* Fixed crash that occurs due to an abused persistent hashtable.Moriyoshi Koizumi2003-04-011-3/+2
| | | | | # thanks Sascha again.
* crap removalfoobar2003-04-011-1/+0
|
* Fixed bug #22987 (missing perror() check in configure)foobar2003-04-011-0/+1
|
* oopsMoshe Doron2003-04-011-2/+3
|
* revert due the last string.c revertMoshe Doron2003-04-011-4/+9
|
* revert last commit for nowMoshe Doron2003-04-011-12/+3
|
* Fixed crash in mb_convert_encoding() that occurs when a void array isMoriyoshi Koizumi2003-04-011-1/+1
| | | | | passed as the third parameter
* *** empty log message ***Thies C. Arntzen2003-04-011-1/+1
|
* fix VPATH buildsSascha Schumann2003-04-011-0/+2
|
* Fix segfault in register_shutdown_functionSascha Schumann2003-04-011-0/+1
|
* improve namespace name hanflingStanislav Malyshev2003-04-011-1/+1
|
* fix get_declared_classes()Stanislav Malyshev2003-04-011-0/+3
|
* Add __NAMESPACE__ auto-constant.Stanislav Malyshev2003-04-012-0/+15
|
* make get_declared_classes() work with namespaces (based on Tal Peer's patch)Stanislav Malyshev2003-04-011-4/+34
|
* Don't need shtoolSascha Schumann2003-04-011-1/+1
|
* Bug #22962Sara Golemon2003-04-011-3/+3
|
* Sorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' an ↵Sebastian Bergmann2003-04-012-86/+0
| | | | April's Fool joke.
* Add the landonize() and landonize_url() functions which provide a secureSterling Hughes2003-04-012-0/+86
| | | | | alternative to the sha1() and sha1_file() functions.
* NEWS update2003-04-011-0/+1
|
* ChangeLog update2003-04-012-0/+143
|
* oopsMoriyoshi Koizumi2003-03-311-1/+1
|
* Householding..foobar2003-03-311-5/+4
|
* Fixed bug #22538 (stream filter problem)Moriyoshi Koizumi2003-03-311-1/+1
|
* Fixed bug #22989 (sendmail not found by configure)foobar2003-03-311-1/+2
|
* Fixed test; in ZE2, all the properties used in any methods are populatedMoriyoshi Koizumi2003-03-311-3/+5
| | | | | at compile time.
* WSIlia Alshanetsky2003-03-311-86/+120
|
* Multi-purpose patch:Andrei Zmievski2003-03-317-32/+111
| | | | | | | | | | - The fields of zend_namespace were not completely initialized which led to a variety of problems. - The occurrence of class/interface/namespace definition is now captured. - Functions/classes/interfaces/namespaces can be preceded by doc comments which are stored for use by extensions.
* Fixed proto to sync with the documentationMoriyoshi Koizumi2003-03-311-2/+2
|
* Rearranged search order for the magic file to avoid further confusionsMoriyoshi Koizumi2003-03-311-1/+1
|
* use the correct macro - noticed by AndreiMarcus Boerger2003-03-311-3/+1
|
* # make derik happyMoshe Doron2003-03-311-0/+24
|
* fix for 22904Moshe Doron2003-03-311-6/+15
| | | | | @ now addslashes() do it also on cybase magic mode(moshe).
* Fix const warningWez Furlong2003-03-311-1/+1
|
* # unnecessary condition here.Moshe Doron2003-03-311-6/+1
|
* cleanupfoobar2003-03-312-2/+8
|
* Use strncpy instead of sprintfStanislav Malyshev2003-03-311-1/+2
|
* TS issue, noticed by Sebastian BergmannSascha Schumann2003-03-311-0/+2
|
* Ensure that the seed function has been called, even if we are used bySascha Schumann2003-03-311-0/+4
| | | | | | | another module's request init function. Noticed by: marcus.boerger@t-online.de
* NEWS update2003-03-311-0/+2
|
* ChangeLog update2003-03-312-0/+108
|
* - Typo and some whitespaceDerick Rethans2003-03-301-52/+53
|
* - Added optional parameter to openssl_sign() to specify the hashingDerick Rethans2003-03-301-2/+29
| | | | | | | algorithm to use. (Patch by Scott <scott@planetscott.ca>) @- Added optional parameter to openssl_sign() to specify the hashing @ algorithm to use. (scott@planetscott.ca, Derick)
* 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
| | | | | opcode is FETCH_CONSTANT, swap the calls around.
* 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
|