summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagBEFORE_NEW_OBJECT_MODELSVN Migration2002-02-041862-460235/+0
| | | | 'BEFORE_NEW_OBJECT_MODEL'.
* - This small patch should also take care of allowing unseting of $this->fooAndi Gutmans2002-02-041-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 wasAndi Gutmans2002-02-044-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. Woodward2002-02-041-1/+11
|
* Restored backward compatibility to PHP 4.0.6Mark L. Woodward2002-02-041-1/+5
|
* Fix ZTS startup crashYasuo Ohgaki2002-02-042-0/+14
|
* add oracle 9 detection for oracle-moduleThies C. Arntzen2002-02-041-1/+3
|
* Remove TSRMLS_FETCH() does not needYasuo Ohgaki2002-02-041-2/+0
|
* Fix ZTS buildYasuo Ohgaki2002-02-042-1/+8
|
* ChangeLog update2002-02-041-0/+33
|
* don't include old changelogs in distribution, eitherjim winstead2002-02-031-1/+1
|
* Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824Adam Dickmeiss2002-02-032-3/+4
|
* Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824Adam Dickmeiss2002-02-032-2/+5
|
* Revert last commit. Last patch has problem for the 1st request.Yasuo Ohgaki2002-02-032-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 Ohgaki2002-02-032-14/+23
| | | | | | Fixed crash when user save handler is incorrectly used. Fixed crash when session read failed.
* Added UCS4 testYasuo Ohgaki2002-02-034-1/+38
|
* ChangeLog update2002-02-031-0/+52
|
* now needs getoptShane Caraveo2002-02-022-0/+187
|
* an update to stresstestShane Caraveo2002-02-022-37/+128
|
* Revert per Andi's request. Sorry :-(Sebastian Bergmann2002-02-021-1/+1
|
* Remove obsolete CG(extended_info) = 0 calls, we already do this in ↵Sebastian Bergmann2002-02-024-5/+1
| | | | zend_set_default_compile_time_values().
* Fix warning. Again :-)Sebastian Bergmann2002-02-021-1/+1
|
* - Please don't use strcmp() and friends in Zend but only the mem*Andi Gutmans2002-02-021-1/+1
| | | | | - functions. I didn't check this patch so please check that it works.
* Consistency.Sebastian Bergmann2002-02-022-6/+6
|
* Fix a warning.Sebastian Bergmann2002-02-022-7/+7
|
* Fix a warning.Sebastian Bergmann2002-02-021-1/+1
|
* - Nice catch by Derick. GINIT is dead.Andi Gutmans2002-02-021-2/+0
|
* Revert revision 1.294.Jon Parise2002-02-021-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 Bergmann2002-02-021-2/+2
|
* ChangeLog update2002-02-021-0/+55
|
* NEWS update2002-02-021-0/+3
|
* * add some missing attributesStig Bakken2002-02-021-5/+8
|
* MFZE1: is_a()Sebastian Bergmann2002-02-011-11/+30
|
* Converted extract() to use smart_str for variable name manipulation. ThisAndrei Zmievski2002-02-011-29/+31
| | | | | sped it up a bit.
* Changed php.ini directive 'safe_mode_include_dir' to accept aJames E. Flemer2002-02-012-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 Zmievski2002-02-011-0/+2
|
* Fixes in MARC decoder (base adress, DANmarc case).Adam Dickmeiss2002-02-011-175/+175
|
* Fix remote security risk, pointed out by Wolfram KriesingTomas V.V.Cox2002-02-011-1/+3
|
* Added support for passing special backend params in DSN. Ex:Tomas V.V.Cox2002-02-011-1/+17
| | | | | ibase://user:pass@localhost/db?role=foo&dialect=bar
* remove some crapThies C. Arntzen2002-02-011-5/+0
|
* 2 years is ages.... and no way temporary. changed the php4 logo to a ↵James Cox2002-02-013-1/+1
| | | | versionless one.
* - Fix for bug 14899 (patch by Sander Roobol <sander@php.net>)Derick Rethans2002-02-011-4/+4
|
* Fixed bug with encodings that has 0 byte in strings. Patch by ↵Yasuo Ohgaki2002-02-011-14/+32
| | | | | | | | <itai@siftology.com> Fixed possible problem with encodings that a char can be larger than 4 bytes.
* ChangeLog update2002-02-011-0/+42
|
* updating license to 2002 (hasn't been done since 2000)James Cox2002-01-311-1/+1
|
* fix commentBoian Bonev2002-01-311-1/+1
|
* * Fix bug #15313Martin Jansen2002-01-311-1/+1
|
* - Fix for bug 15311 (type mismatch of php_dl when #ifndef HAVE_LIBDL)Derick Rethans2002-01-311-1/+1
|
* A fix for the bug number 13231 & 11699.Yasuo Ohgaki2002-01-311-3/+3
| | | | | Makes the roxen support compile. Patch by Lars Wilhelmsen <lars@sral.org>
* - Fix for openssl_pkcs7_sign segfaultsDerick Rethans2002-01-311-1/+1
| | | | | (patch by Christian Stocker <chregu@php.net>)