summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'PRE_ISSET_PATCH'.PRE_ISSET_PATCHSVN Migration2002-02-031862-460167/+0
|
* 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>)
* * lowercase tags and attributesStig Bakken2002-01-311-22/+22
|
* * remove broken rule for rebuilding MakefileStig Bakken2002-01-311-4/+1
|
* ChangeLog update2002-01-311-0/+46
|
* Ignore register_globals for $argc and $argv under CLI SAPI.Edin Kadribasic2002-01-311-1/+1
|
* Enable extensions to specify that they are not supposed to beEdin Kadribasic2002-01-303-6/+10
| | | | | | built with the CLI SAPI. This is done by passing "nocli" as the 3rd parameter to PHP_EXTENSION macro.
* Fix for bug #14803Dan Kalowsky2002-01-301-1/+1
|
* Fugbix typo. Update path to /lib/optional.Sebastian Bergmann2002-01-301-5/+5
|
* * don't make command libs executableStig Bakken2002-01-301-1/+1
|
* * modularize "pear" and "pear-get" commands somewhat. checking optionsStig Bakken2002-01-3012-693/+398
| | | | | etc. is done for both in pearcmd-common.php.
* * silence warningStig Bakken2002-01-301-4/+8
|