Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reverted the last patch; the problem is elsewhere.. | Moriyoshi Koizumi | 2003-04-01 | 1 | -3/+4 |
| | |||||
* | MFB | Rasmus Lerdorf | 2003-04-01 | 1 | -8/+4 |
| | |||||
* | Fixed crash that occurs due to an abused persistent hashtable. | Moriyoshi Koizumi | 2003-04-01 | 1 | -3/+2 |
| | | | | | # thanks Sascha again. | ||||
* | crap removal | foobar | 2003-04-01 | 1 | -1/+0 |
| | |||||
* | Fixed bug #22987 (missing perror() check in configure) | foobar | 2003-04-01 | 1 | -0/+1 |
| | |||||
* | oops | Moshe Doron | 2003-04-01 | 1 | -2/+3 |
| | |||||
* | revert due the last string.c revert | Moshe Doron | 2003-04-01 | 1 | -4/+9 |
| | |||||
* | revert last commit for now | Moshe Doron | 2003-04-01 | 1 | -12/+3 |
| | |||||
* | Fixed crash in mb_convert_encoding() that occurs when a void array is | Moriyoshi Koizumi | 2003-04-01 | 1 | -1/+1 |
| | | | | | passed as the third parameter | ||||
* | *** empty log message *** | Thies C. Arntzen | 2003-04-01 | 1 | -1/+1 |
| | |||||
* | fix VPATH builds | Sascha Schumann | 2003-04-01 | 1 | -0/+2 |
| | |||||
* | Fix segfault in register_shutdown_function | Sascha Schumann | 2003-04-01 | 1 | -0/+1 |
| | |||||
* | improve namespace name hanfling | Stanislav Malyshev | 2003-04-01 | 1 | -1/+1 |
| | |||||
* | fix get_declared_classes() | Stanislav Malyshev | 2003-04-01 | 1 | -0/+3 |
| | |||||
* | Add __NAMESPACE__ auto-constant. | Stanislav Malyshev | 2003-04-01 | 2 | -0/+15 |
| | |||||
* | make get_declared_classes() work with namespaces (based on Tal Peer's patch) | Stanislav Malyshev | 2003-04-01 | 1 | -4/+34 |
| | |||||
* | Don't need shtool | Sascha Schumann | 2003-04-01 | 1 | -1/+1 |
| | |||||
* | Bug #22962 | Sara Golemon | 2003-04-01 | 1 | -3/+3 |
| | |||||
* | Sorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' an ↵ | Sebastian Bergmann | 2003-04-01 | 2 | -86/+0 |
| | | | | April's Fool joke. | ||||
* | Add the landonize() and landonize_url() functions which provide a secure | Sterling Hughes | 2003-04-01 | 2 | -0/+86 |
| | | | | | alternative to the sha1() and sha1_file() functions. | ||||
* | NEWS update | 2003-04-01 | 1 | -0/+1 | |
| | |||||
* | ChangeLog update | 2003-04-01 | 2 | -0/+143 | |
| | |||||
* | oops | Moriyoshi Koizumi | 2003-03-31 | 1 | -1/+1 |
| | |||||
* | Householding.. | foobar | 2003-03-31 | 1 | -5/+4 |
| | |||||
* | Fixed bug #22538 (stream filter problem) | Moriyoshi Koizumi | 2003-03-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #22989 (sendmail not found by configure) | foobar | 2003-03-31 | 1 | -1/+2 |
| | |||||
* | Fixed test; in ZE2, all the properties used in any methods are populated | Moriyoshi Koizumi | 2003-03-31 | 1 | -3/+5 |
| | | | | | at compile time. | ||||
* | WS | Ilia Alshanetsky | 2003-03-31 | 1 | -86/+120 |
| | |||||
* | Multi-purpose patch: | Andrei Zmievski | 2003-03-31 | 7 | -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 documentation | Moriyoshi Koizumi | 2003-03-31 | 1 | -2/+2 |
| | |||||
* | Rearranged search order for the magic file to avoid further confusions | Moriyoshi Koizumi | 2003-03-31 | 1 | -1/+1 |
| | |||||
* | use the correct macro - noticed by Andrei | Marcus Boerger | 2003-03-31 | 1 | -3/+1 |
| | |||||
* | # make derik happy | Moshe Doron | 2003-03-31 | 1 | -0/+24 |
| | |||||
* | fix for 22904 | Moshe Doron | 2003-03-31 | 1 | -6/+15 |
| | | | | | @ now addslashes() do it also on cybase magic mode(moshe). | ||||
* | Fix const warning | Wez Furlong | 2003-03-31 | 1 | -1/+1 |
| | |||||
* | # unnecessary condition here. | Moshe Doron | 2003-03-31 | 1 | -6/+1 |
| | |||||
* | cleanup | foobar | 2003-03-31 | 2 | -2/+8 |
| | |||||
* | Use strncpy instead of sprintf | Stanislav Malyshev | 2003-03-31 | 1 | -1/+2 |
| | |||||
* | TS issue, noticed by Sebastian Bergmann | Sascha Schumann | 2003-03-31 | 1 | -0/+2 |
| | |||||
* | Ensure that the seed function has been called, even if we are used by | Sascha Schumann | 2003-03-31 | 1 | -0/+4 |
| | | | | | | | another module's request init function. Noticed by: marcus.boerger@t-online.de | ||||
* | NEWS update | 2003-03-31 | 1 | -0/+2 | |
| | |||||
* | ChangeLog update | 2003-03-31 | 2 | -0/+108 | |
| | |||||
* | - Typo and some whitespace | Derick Rethans | 2003-03-30 | 1 | -52/+53 |
| | |||||
* | - Added optional parameter to openssl_sign() to specify the hashing | Derick Rethans | 2003-03-30 | 1 | -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 Alshanetsky | 2003-03-30 | 1 | -77/+63 |
| | |||||
* | Since zend_do_begin_class_member_function_call assumes the previous | Andrei Zmievski | 2003-03-30 | 1 | -1/+1 |
| | | | | | opcode is FETCH_CONSTANT, swap the calls around. | ||||
* | Merge proper -I parameter for APXS builds | Sascha Schumann | 2003-03-30 | 1 | -1/+5 |
| | |||||
* | Added various gdb macros to examine zval, znode, and HashTable | Moriyoshi Koizumi | 2003-03-30 | 1 | -0/+179 |
| | |||||
* | changed constant name | Georg Richter | 2003-03-30 | 1 | -6/+6 |
| | |||||
* | if TEST_PHP_EXECUTABLE=auto then use ./sapi/cli/php | Marcus Boerger | 2003-03-30 | 1 | -1/+5 |
| |