summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Removed pointless call to error_reporting()Timm Friebe2004-02-101-2/+0
* Clear that upZeev Suraski2004-02-101-1/+6
* CleanupZeev Suraski2004-02-101-2/+2
* Fix report_memleaksZeev Suraski2004-02-102-3/+6
* Fixed win32 build.Ilia Alshanetsky2004-02-102-7/+12
* WhitespaceZeev Suraski2004-02-101-1/+1
* Fix bug #26698 (exceptions handled properly during argument passing to functi...Zeev Suraski2004-02-101-0/+8
* Fixed bug #26653 (open_basedir incorrectly resolved on win32).Ilia Alshanetsky2004-02-101-3/+3
* Fix bug #27186Zeev Suraski2004-02-102-94/+122
* Fix bug #26869Zeev Suraski2004-02-101-1/+1
* Fix a couple of testsAndi Gutmans2004-02-102-0/+2
* Fix refcounting of ++/+= overloading (fix leak in __get()/__set()Zeev Suraski2004-02-101-8/+4
* - fix #27197 for Greg (cellog@php.net)Jan Lehnardt2004-02-101-0/+1
* WSDL caching was implementedDmitry Stogov2004-02-109-106/+1231
* Add test case for bug #26866foobar2004-02-101-0/+25
* - Nuke more unused codeAndi Gutmans2004-02-101-5/+1
* Fix handling in assignment using multidimensional array syntax to stringZeev Suraski2004-02-101-3/+12
* - We will go with PHP 4 behavior. With the new object model assigning byAndi Gutmans2004-02-101-7/+0
* - Remove junkAndi Gutmans2004-02-101-10/+0
* Fix exception handling in opcodes spanned across multiple oplines (fixes the ...Zeev Suraski2004-02-101-3/+5
* Update NEWSZeev Suraski2004-02-101-24/+27
* Implement get callback for SimpleXML (it now supports pre/post incrementZeev Suraski2004-02-101-1/+16
* - Fix pre/post increment for overloaded objectsZeev Suraski2004-02-101-4/+37
* - Correcting test.Moriyoshi Koizumi2004-02-101-4/+54
* ChangeLog update2004-02-101-0/+40
* Fixed bug #26758 (FastCGI exits immediately with status 255).Ilia Alshanetsky2004-02-101-1/+1
* Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200Ilia Alshanetsky2004-02-103-2/+14
* Fixed bug #27196 (Missing content_length initialization in apache 2 sapis).Ilia Alshanetsky2004-02-092-0/+9
* wsfoobar2004-02-091-5/+5
* Delay creation of exec handle til it's neededFrank M. Kromann2004-02-091-82/+75
* Allowing to report SOAP Fault with "return new SoapFault(...)"Dmitry Stogov2004-02-095-10/+123
* Allowing to pass request to SoapServer::handle direct (not through $HTTP_RAW_...Dmitry Stogov2004-02-093-188/+235
* Fixed bug #27172 (Possible floating point exception in gmp_powm()).Ilia Alshanetsky2004-02-091-0/+5
* Fixed bug #27175 (tzset() is not being called by PHP on startup).Ilia Alshanetsky2004-02-091-1/+5
* ChangeLog update2004-02-092-0/+36
* - Initial releaseTimm Friebe2004-02-091-0/+70
* - Changed error_reporting setting to E_ALL so we get the noticesTimm Friebe2004-02-091-0/+2
* - Made server name and credentials contain something obviously incorrect.Timm Friebe2004-02-081-4/+4
* - Change from PHP5 -> PHP 5Andi Gutmans2004-02-084-7/+7
* Update to new APIZeev Suraski2004-02-082-2/+2
* Fix write-mode of overloaded objects when using array dimensionsZeev Suraski2004-02-083-20/+18
* - Check if free_storage existsAndi Gutmans2004-02-081-1/+3
* ChangeLog update2004-02-081-0/+21
* Fixed bug #27171foobar2004-02-071-1/+1
* fixed cast warningGeorg Richter2004-02-071-1/+1
* * obsoleteStig Bakken2004-02-071-285/+0
* fix PATH_SEPARATOR issues - was defined in PHP 4.3.0, but documentation never...Greg Beaver2004-02-071-0/+9
* ChangeLog update2004-02-071-0/+19
* fixDmitry Stogov2004-02-061-3/+3
* optimizationDmitry Stogov2004-02-064-32/+46