summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - fix typo in commentJan Lehnardt2002-09-141-1/+1
|
* - Don't think we need the do { } while (0) hereAndi Gutmans2002-09-141-2/+2
|
* ChangeLog update2002-09-141-0/+11
|
* Let's take Console_Getopt to stable release.Andrei Zmievski2002-09-131-6/+17
|
* Do not create the destination file, if opening of the source file failedIlia Alshanetsky2002-09-131-0/+3
| | | | | during copy().
* NEWS update2002-09-131-0/+1
|
* ChangeLog update2002-09-131-0/+43
|
* made new ssl activate function the default.Stefan Esser2002-09-124-11/+15
|
* ws fixfoobar2002-09-121-23/+22
|
* Meaningful Custom Build Step information.Sebastian Bergmann2002-09-122-26/+14
|
* Fix logic.Sebastian Bergmann2002-09-122-16/+32
|
* Update info and synch example test.Marcus Boerger2002-09-121-22/+28
|
* - Fixed linker error when HAVE_STRFTIME was not setDerick Rethans2002-09-122-0/+4
|
* @- OCIResult() could return garbage if called on empty result-sets. (thies)Thies C. Arntzen2002-09-122-1/+9
| | | | | # fix #19364
* Fixing my zts fix.Andrey Hristov2002-09-121-3/+3
| | | | | #Sorry Edin
* Removed magic numbers about the behavior of php_array_diff - proposed byAndrey Hristov2002-09-121-13/+16
| | | | | | | Andi and Jon Parise. #It is strange that I commited ZTS code but after that Edin fixed ZTS build #when I updated - it wasn't ZTS. hmmm. anyway fixing ZTS build.
* NEWS update2002-09-121-0/+2
|
* ChangeLog update2002-09-121-0/+92
|
* My compiler likes it like this.Edin Kadribasic2002-09-111-1/+1
|
* Fix ZTS build.Edin Kadribasic2002-09-111-3/+3
|
* virtual filepath fix, don't know why i bother, the module isn't threadsafeSterling Hughes2002-09-111-1/+1
| | | | | and never will be, but still...
* max this use the virtual_filepath() function and feel all threadsafe andSterling Hughes2002-09-111-0/+13
| | | | | wholesome inside
* - Un-deprecating mysql_escape_stringDerick Rethans2002-09-111-2/+0
| | | | | | | #- This will remove the annoying notices, while this function is used in # a lot of scripts. There is not reason why we should discontinue it's use # as it works perfect for about 99% of the time.
* Unlink output files even if test is skipped.Marcus Boerger2002-09-111-6/+7
|
* - Little whitespace changesDerick Rethans2002-09-111-20/+30
|
* Regression test for array_diff() and array_diff_assoc(). The latter is newlyAndrey Hristov2002-09-111-0/+177
| | | | | introduced.
* New function added : array_diff_assoc() . Like array_diff() but doesAndrey Hristov2002-09-113-11/+57
| | | | | | additional checks on key values. Test script will be added too. #My first patch . it feels strange :)
* For now, check only when not using bundled GD lib.foobar2002-09-111-4/+4
|
* Fix configureSander Roobol2002-09-111-1/+1
|
* Added build test. Bug: #19345foobar2002-09-111-0/+4
|
* Patch for Bug #19341 submitted by list@firehawksystems.comDan Kalowsky2002-09-111-2/+11
|
* tok tok..foobar2002-09-111-1/+1
|
* @- Added ability to use Perl-style ${n} subpattern references in theAndrei Zmievski2002-09-111-12/+33
| | | | | @ replacement string for preg_replace(). Takes care of bug #18442. (Andrei)
* ws fixfoobar2002-09-111-82/+57
|
* fix protofoobar2002-09-111-1/+1
|
* ws fixfoobar2002-09-112-83/+83
|
* Removed unnecessary code that was added for NetWareAnantha Kesari H Y2002-09-111-90/+0
|
* Changed the licence to the one used by PHP GroupAnantha Kesari H Y2002-09-111-25/+19
|
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-111-0/+50
|
* NEWS update2002-09-111-0/+2
|
* ChangeLog update2002-09-112-0/+36
|
* Fixed ZTS build.Edin Kadribasic2002-09-102-5/+5
|
* @- Fixed array_merge_recursive() to avoid problems with merging cyclicalAndrei Zmievski2002-09-102-4/+12
| | | | | @ arrays (bug #16064). (Andrei)
* *** empty log message ***Andrei Zmievski2002-09-101-0/+1
|
* moved vpopmail to pecl.James Cox2002-09-106-1329/+0
| | | | | # with original authors permission, and i am working on it a bit now.
* Patch for BSD-ish systems from Melvyn Sopacua <msopacua@idg.nl>,Wez Furlong2002-09-102-4/+53
| | | | | slightly modified.
* MFZE1Stanislav Malyshev2002-09-101-0/+2
|
* MFZE1Stanislav Malyshev2002-09-101-0/+11
|
* MFZE1Stanislav Malyshev2002-09-101-1/+1
|
* php_url_parse() replaces controlchars with '_' now. This stops fopen wrapperStefan Esser2002-09-101-0/+31
| | | | | CR/LF injection issues.