summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC2RC2'.php-5.0.0RC2RC2SVN Migration2004-04-2129-3180/+0
|
* - Prepare for RC2RC2 (if everything is OK especially Zeev's interfaceAndi Gutmans2004-04-213-4/+4
| | | | | - patch I'll roll RC2 tomorrow).
* yaz movedWez Furlong2004-04-211-0/+1
|
* Moved ext/yaz to PECL.Wez Furlong2004-04-218-2210/+0
|
* Restore fatal error in case a method that's supposed to implement anZeev Suraski2004-04-211-7/+17
| | | | | interface/abstract method, breaks its prototype
* - Reorder newsDerick Rethans2004-04-211-4/+4
|
* ChangeLog update2004-04-212-0/+61
|
* Fixed possible memory leaks.Ilia Alshanetsky2004-04-211-7/+14
| | | | | Prevent shm_attach() from destroying non-shm resources.
* mssql related fixesFrank M. Kromann2004-04-201-0/+4
|
* Fix #28007. Compile fails when the SHORT type is undefined (older versions ↵Frank M. Kromann2004-04-201-0/+3
| | | | of FreeTDS)
* Fix problem getting return value from stored procedure when it returns ↵Frank M. Kromann2004-04-201-1/+4
| | | | multiple results
* minor updateJohn Coggeshall2004-04-201-1/+2
|
* No need for exception function, and renamed the 'error_buf' prop toJohn Coggeshall2004-04-201-26/+3
| | | | | errorBuffer to conform with the rest of the ext.
* - Fix newsAndi Gutmans2004-04-201-1/+0
|
* - More newsAndi Gutmans2004-04-201-0/+2
|
* - Fix bug #27283 - Exceptions where the last catch() statement was sometimesAndi Gutmans2004-04-201-2/+7
| | | | | - skipped.
* - make static methods calls work from within xsltChristian Stocker2004-04-203-21/+39
| | | | | - extended tests
* ChangeLog update2004-04-202-0/+58
|
* Fixed compiler warnings.Ilia Alshanetsky2004-04-201-2/+2
|
* Add new tests (by magnus)Marcus Boerger2004-04-202-0/+51
|
* add ext/libxml/ to the headers pathRob Richards2004-04-191-0/+1
|
* initial revisionRob Richards2004-04-1912-0/+1178
| | | | | requires PHP 5
* show ini entries and classes for extensions.Marcus Boerger2004-04-192-8/+166
|
* Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI.Wez Furlong2004-04-192-3/+4
|
* - Is it really this hard?</jani>Derick Rethans2004-04-191-2/+2
|
* Adding tidy error handling newsJohn Coggeshall2004-04-191-0/+1
|
* and the newsWez Furlong2004-04-191-0/+1
|
* Add pty support to proc_open() for systems with Unix98 ptys.Wez Furlong2004-04-192-18/+97
| | | | | # With permission from Andi
* No need to export anything. Fixes win32 buildEdin Kadribasic2004-04-193-14/+14
|
* ChangeLog update2004-04-191-0/+10
|
* Simplify code via the use of macros.Ilia Alshanetsky2004-04-181-142/+39
|
* - WhitespaceDerick Rethans2004-04-181-2/+2
|
* Fixing a tidy_getopt() bug, and converting all exceptions to E_WARNINGJohn Coggeshall2004-04-182-18/+14
|
* ChangeLog update2004-04-182-0/+22
|
* - MFH: Fix for bug #28042 (greek letters in html to entitity mapping notDerick Rethans2004-04-171-4/+4
| | | | | correct)
* Retval may not be set when zend_execute() is overloadedMarcus Boerger2004-04-171-1/+1
|
* ChangeLog update2004-04-171-0/+11
|
* Fixed construct bug and Windows build.John Coggeshall2004-04-161-9/+13
|
* - Fix initializationsDerick Rethans2004-04-161-2/+2
|
* set Sybase default APPNAME to ("PHP " PHP_VERSION)Uwe Schindler2004-04-162-2/+2
|
* Modified error handling:John Coggeshall2004-04-161-14/+32
| | | | | | | | | - Trivial errors have been reduced to E_NOTICEs if possible - Bad, but not script-stopping errors (i.e. file not file) are E_WARNING - Truly bad things that make the extension unusable are not E_ERROR Exceptions are thrown only in a OO context for E_WARNINGs.
* ChangeLog update2004-04-162-0/+61
|
* Bugfix #28012, now for snprintfMarcus Boerger2004-04-151-1/+1
|
* Bugfix #28012 spprintf() output inconsistent for %pMarcus Boerger2004-04-151-1/+1
|
* Handle failure in get_current_dataMarcus Boerger2004-04-151-0/+5
|
* - Temporary fix for bug #27869Andi Gutmans2004-04-151-2/+2
| | | | | | - George, you need to implement clone in order for "clone" and - compatibility mode to work.
* Fix bug that prevented --without-gd from workingWez Furlong2004-04-151-2/+2
|
* typoHartmut Holzgraefe2004-04-151-1/+1
|
* be a bit more explanatory ...Hartmut Holzgraefe2004-04-151-2/+11
|
* Fixed test failure if session.use_trans_sid is enabled.Ilia Alshanetsky2004-04-151-0/+1
|