Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tagBEFORE_NEW_OBJECT_MODEL | SVN Migration | 2002-02-04 | 1862 | -460235/+0 |
| | | | | 'BEFORE_NEW_OBJECT_MODEL'. | ||||
* | - This small patch should also take care of allowing unseting of $this->foo | Andi Gutmans | 2002-02-04 | 1 | -2/+7 |
| | | | | | | - and static members. The unset() opcode was luckily already suitable for - object overloading. | ||||
* | - Fix problem with the objects_destructor called during shutdown. It was | Andi Gutmans | 2002-02-04 | 4 | -57/+159 |
| | | | | | | | | | - freeing objects from id 0 instead of id 1. id 0 is not used. - Change isset/empty opcodes to support static members and the new way of - doing $this->foobar. Also the opcodes operate now on the hash table - combined with the variable names so that they can be overloaded by the - soon to be added overloading patch. | ||||
* | More 4.0.6 compatibility. | Mark L. Woodward | 2002-02-04 | 1 | -1/+11 |
| | |||||
* | Restored backward compatibility to PHP 4.0.6 | Mark L. Woodward | 2002-02-04 | 1 | -1/+5 |
| | |||||
* | Fix ZTS startup crash | Yasuo Ohgaki | 2002-02-04 | 2 | -0/+14 |
| | |||||
* | add oracle 9 detection for oracle-module | Thies C. Arntzen | 2002-02-04 | 1 | -1/+3 |
| | |||||
* | Remove TSRMLS_FETCH() does not need | Yasuo Ohgaki | 2002-02-04 | 1 | -2/+0 |
| | |||||
* | Fix ZTS build | Yasuo Ohgaki | 2002-02-04 | 2 | -1/+8 |
| | |||||
* | ChangeLog update | 2002-02-04 | 1 | -0/+33 | |
| | |||||
* | don't include old changelogs in distribution, either | jim winstead | 2002-02-03 | 1 | -1/+1 |
| | |||||
* | Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824 | Adam Dickmeiss | 2002-02-03 | 2 | -3/+4 |
| | |||||
* | Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824 | Adam Dickmeiss | 2002-02-03 | 2 | -2/+5 |
| | |||||
* | Revert last commit. Last patch has problem for the 1st request. | Yasuo Ohgaki | 2002-02-03 | 2 | -23/+14 |
| | | | | | | # I also found what's wrong in mod_mm.c :) # I'll fix it later since don't have much time now. | ||||
* | Fixed crash when save_path is invalid. | Yasuo Ohgaki | 2002-02-03 | 2 | -14/+23 |
| | | | | | | Fixed crash when user save handler is incorrectly used. Fixed crash when session read failed. | ||||
* | Added UCS4 test | Yasuo Ohgaki | 2002-02-03 | 4 | -1/+38 |
| | |||||
* | ChangeLog update | 2002-02-03 | 1 | -0/+52 | |
| | |||||
* | now needs getopt | Shane Caraveo | 2002-02-02 | 2 | -0/+187 |
| | |||||
* | an update to stresstest | Shane Caraveo | 2002-02-02 | 2 | -37/+128 |
| | |||||
* | Revert per Andi's request. Sorry :-( | Sebastian Bergmann | 2002-02-02 | 1 | -1/+1 |
| | |||||
* | Remove obsolete CG(extended_info) = 0 calls, we already do this in ↵ | Sebastian Bergmann | 2002-02-02 | 4 | -5/+1 |
| | | | | zend_set_default_compile_time_values(). | ||||
* | Fix warning. Again :-) | Sebastian Bergmann | 2002-02-02 | 1 | -1/+1 |
| | |||||
* | - Please don't use strcmp() and friends in Zend but only the mem* | Andi Gutmans | 2002-02-02 | 1 | -1/+1 |
| | | | | | - functions. I didn't check this patch so please check that it works. | ||||
* | Consistency. | Sebastian Bergmann | 2002-02-02 | 2 | -6/+6 |
| | |||||
* | Fix a warning. | Sebastian Bergmann | 2002-02-02 | 2 | -7/+7 |
| | |||||
* | Fix a warning. | Sebastian Bergmann | 2002-02-02 | 1 | -1/+1 |
| | |||||
* | - Nice catch by Derick. GINIT is dead. | Andi Gutmans | 2002-02-02 | 1 | -2/+0 |
| | |||||
* | Revert revision 1.294. | Jon Parise | 2002-02-02 | 1 | -9/+1 |
| | | | | | | | | | This commit broke things in interesting ways under FreeBSD. By adding these default header files to every header check, a number of subsequent checks failed (due to unsatisfied header file dependencies). This occured because <netinet/in.h>, for example, requires <sys/types.h>. In other words, these default includes are not autonomous and don't make workable defaults. | ||||
* | Fix thread-safe build. | Sebastian Bergmann | 2002-02-02 | 1 | -2/+2 |
| | |||||
* | ChangeLog update | 2002-02-02 | 1 | -0/+55 | |
| | |||||
* | NEWS update | 2002-02-02 | 1 | -0/+3 | |
| | |||||
* | * add some missing attributes | Stig Bakken | 2002-02-02 | 1 | -5/+8 |
| | |||||
* | MFZE1: is_a() | Sebastian Bergmann | 2002-02-01 | 1 | -11/+30 |
| | |||||
* | Converted extract() to use smart_str for variable name manipulation. This | Andrei Zmievski | 2002-02-01 | 1 | -29/+31 |
| | | | | | sped it up a bit. | ||||
* | Changed php.ini directive 'safe_mode_include_dir' to accept a | James E. Flemer | 2002-02-01 | 2 | -43/+69 |
| | | | | | | | | | | (semi)colon separated path, rather than a single directory. Also moved checking of said path into a separate path for code readability. @- Changed php.ini directive 'safe_mode_include_dir' to accept a @ (semi)colon separated path (like 'include_path') rather than @ a single directory. (jflemer) | ||||
* | Added is_a() function. | Andrei Zmievski | 2002-02-01 | 1 | -0/+2 |
| | |||||
* | Fixes in MARC decoder (base adress, DANmarc case). | Adam Dickmeiss | 2002-02-01 | 1 | -175/+175 |
| | |||||
* | Fix remote security risk, pointed out by Wolfram Kriesing | Tomas V.V.Cox | 2002-02-01 | 1 | -1/+3 |
| | |||||
* | Added support for passing special backend params in DSN. Ex: | Tomas V.V.Cox | 2002-02-01 | 1 | -1/+17 |
| | | | | | ibase://user:pass@localhost/db?role=foo&dialect=bar | ||||
* | remove some crap | Thies C. Arntzen | 2002-02-01 | 1 | -5/+0 |
| | |||||
* | 2 years is ages.... and no way temporary. changed the php4 logo to a ↵ | James Cox | 2002-02-01 | 3 | -1/+1 |
| | | | | versionless one. | ||||
* | - Fix for bug 14899 (patch by Sander Roobol <sander@php.net>) | Derick Rethans | 2002-02-01 | 1 | -4/+4 |
| | |||||
* | Fixed bug with encodings that has 0 byte in strings. Patch by ↵ | Yasuo Ohgaki | 2002-02-01 | 1 | -14/+32 |
| | | | | | | | | <itai@siftology.com> Fixed possible problem with encodings that a char can be larger than 4 bytes. | ||||
* | ChangeLog update | 2002-02-01 | 1 | -0/+42 | |
| | |||||
* | updating license to 2002 (hasn't been done since 2000) | James Cox | 2002-01-31 | 1 | -1/+1 |
| | |||||
* | fix comment | Boian Bonev | 2002-01-31 | 1 | -1/+1 |
| | |||||
* | * Fix bug #15313 | Martin Jansen | 2002-01-31 | 1 | -1/+1 |
| | |||||
* | - Fix for bug 15311 (type mismatch of php_dl when #ifndef HAVE_LIBDL) | Derick Rethans | 2002-01-31 | 1 | -1/+1 |
| | |||||
* | A fix for the bug number 13231 & 11699. | Yasuo Ohgaki | 2002-01-31 | 1 | -3/+3 |
| | | | | | Makes the roxen support compile. Patch by Lars Wilhelmsen <lars@sral.org> | ||||
* | - Fix for openssl_pkcs7_sign segfaults | Derick Rethans | 2002-01-31 | 1 | -1/+1 |
| | | | | | (patch by Christian Stocker <chregu@php.net>) |