summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Fixed bug #27628 (Simplify the process of making a POST request viaIlia Alshanetsky2004-03-192-2/+22
| | | | | stream context).
* update to 1.3.1devGreg Beaver2004-03-191-12/+33
|
* ChangeLog update2004-03-192-0/+184
|
* phpunit tests for PEAR_ErrorStackGreg Beaver2004-03-1913-0/+2583
|
* new Error Stack for PEAR, EXPERIMENTAL until proven solid and stableGreg Beaver2004-03-191-0/+889
|
* - Fix the test description and $Id$Pierre Joye2004-03-181-2/+2
|
* - Fixed layoutDerick Rethans2004-03-181-0/+1
|
* *** empty log message ***Dmitry Stogov2004-03-181-1/+1
|
* Fixed bug #27633 (Incorrect EOL translation by ftp_get() in ASCII mode).Ilia Alshanetsky2004-03-181-10/+32
|
* *** empty log message ***Dmitry Stogov2004-03-181-0/+2
|
* BUG #27469 was fixed (serialize() objects of incomplete class)Dmitry Stogov2004-03-184-12/+55
|
* - Back to RC2-devAndi Gutmans2004-03-184-4/+5
|
* - Test for possible data corruption with __setPierre Joye2004-03-181-0/+29
|
* Add missing bug updatesZeev Suraski2004-03-181-0/+2
|
* Prepare to roll RC1Zeev Suraski2004-03-184-5/+11
|
* Fix possible data corruption with __set()Zeev Suraski2004-03-181-1/+1
|
* hint to raise stacksize (bug #27231)Uwe Schindler2004-03-181-0/+4
|
* Improve error message - on E_STRICT, method is actually called,Stanislav Malyshev2004-03-181-1/+4
| | | | | so the error shouldn't say it cannot be called.
* fixed problems in mysql_stmt_init (missing alloc from stmt)Georg Richter2004-03-181-0/+3
|
* removed if type=string: val is allocated for any type of dataGeorg Richter2004-03-181-3/+1
|
* * Converting tabs to spacesMartin Jansen2004-03-181-15/+17
|
* * Typo fixesMartin Jansen2004-03-181-3/+3
|
* - ReorganizeDerick Rethans2004-03-181-1/+1
|
* *** empty log message ***Dmitry Stogov2004-03-181-0/+1
|
* BUG #27457 was fixed (using temporary hash table with string keys only)Dmitry Stogov2004-03-181-1/+7
|
* - Change redefinition of constructor from E_COMPILE_ERROR to E_STRICT.Andi Gutmans2004-03-181-4/+4
|
* - Update ChangesAndi Gutmans2004-03-181-2/+2
|
* s/emalloc/safe_emalloc/ where appropriate.Ilia Alshanetsky2004-03-184-14/+14
|
* Fixed bug #27300 (Improved regex for pg_convert()).Ilia Alshanetsky2004-03-181-4/+51
| | | | | # Patch by benjcarson at digitaljunkies dot ca
* ChangeLog update2004-03-182-0/+114
|
* Readd x86 implementationSascha Schumann2004-03-171-1/+18
|
* Userspace Directory Stream TestSara Golemon2004-03-171-0/+52
|
* Fix CachingIterator's ability to cache string conversion results.Marcus Boerger2004-03-172-0/+124
| | | | | Add a test for that.
* Go with implicit callMarcus Boerger2004-03-171-1/+1
|
* Explicit cast needed for nowMarcus Boerger2004-03-171-1/+1
|
* - Fix crash when an invalid color index is used with imagecolortransparentPierre Joye2004-03-171-1/+1
|
* - Improved patch for support multiplication on 64bit machinesAndi Gutmans2004-03-171-15/+6
|
* - Fix tiny bug (one of the reasons we can't support __toString() forAndi Gutmans2004-03-171-1/+1
| | | | | - regular objects).
* Test was fixedDmitry Stogov2004-03-171-3/+1
|
* - Stop make_printable_zval() from calling __toString()Andi Gutmans2004-03-171-0/+2
|
* - Fixed problem with __toString(). Due to the engine's architecture it isAndi Gutmans2004-03-171-8/+18
| | | | | | - currently not possible to call __toString() anywhere besides print & eval. - Follow up will be on internals@
* fix typoStanislav Malyshev2004-03-171-2/+2
|
* - Apply Ard's patch to support multiplication & overflow on both 32bitAndi Gutmans2004-03-172-37/+24
| | | | | and 64bit machines
* ChangeLog update2004-03-172-0/+269
|
* Provide a meaningful error message when registration failsSara Golemon2004-03-171-2/+9
|
* Fixed bug #27498 (bogus safe_mode error on nonexistent directories forIlia Alshanetsky2004-03-162-2/+2
| | | | | chdir() and opendir() functions).
* Fixed bug #27580 (pre-initialization errors in ap2 handler are not beingIlia Alshanetsky2004-03-161-7/+14
| | | | | | | | written to vhost error log). Stop using depreciated and ignored APLOG_NOERRNO directive. Make file not found & directory as script invocation error messages more descriptive.
* - Replaced the exec_finished hook by the zend_post_deactive hook forDerick Rethans2004-03-162-4/+7
| | | | | | extensions. The new hook will be run after the symbol table and destructors are run. (PHP part)
* - Replaced the exec_finished hook by the zend_post_deactive hook forDerick Rethans2004-03-164-7/+7
| | | | | | extensions. The new hook will be run after the symbol table and destructors are run. (Derick)
* - Update news with fugbixDerick Rethans2004-03-161-0/+2
|