summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagBEFORE_PRE_SHUTDOWN_REVERSE_PATCHSVN Migration2000-01-162-177/+0
* FixZeev Suraski2000-01-161-1/+4
* Remove the post-startup callback support. Modules are now started only afterZeev Suraski2000-01-164-38/+3
* Allow module startup to be separate from the compiler/executor startupZeev Suraski2000-01-163-1/+9
* move call to php_execute_pre_request_shutdown() into php_request_shutdown()Thies C. Arntzen2000-01-161-1/+2
* @- OCI8 now supports binding of NULL-values. Module cleanups. (Thies)Thies C. Arntzen2000-01-162-604/+617
* fixes #3220, #3221 finallyThies C. Arntzen2000-01-161-0/+2
* nother go on #3220, #3221Thies C. Arntzen2000-01-161-0/+1
* hopfully fixes #3220, #3221Thies C. Arntzen2000-01-161-0/+1
* make the ht->inconsistent stuff less ugly:)Thies C. Arntzen2000-01-161-15/+7
* (wddx_stack_destroy) Properly free the dangling varname.Andrei Zmievski2000-01-151-1/+3
* Fix a bug in call_user_function_ex()Zeev Suraski2000-01-152-2/+3
* Another idea I had today.Andrei Zmievski2000-01-151-0/+1
* (php_sockwait_for_data) timeout is not assigned yet, so check the right one.Andrei Zmievski2000-01-151-1/+1
* (php_sockwait_for_data) clean upSascha Schumann2000-01-151-9/+12
* Fix prototype.Andrei Zmievski2000-01-151-3/+3
* Added ability to set timeout on socket read operations. New functionAndrei Zmievski2000-01-153-18/+51
* Fix logicZeev Suraski2000-01-152-2/+8
* Added support for $foo->{$bar}["foobar"] notation (was supported in PHP 3)Zeev Suraski2000-01-151-3/+8
* Initialize flag correctlySascha Schumann2000-01-152-2/+2
* Compile fixes for ZTSZeev Suraski2000-01-151-0/+2
* if ZEND_DEBUG mode is on we'll now see warnings when a HashTable is accessedThies C. Arntzen2000-01-152-0/+112
* just add a remark. zend_hash_apply can & will cause problems here unlessThies C. Arntzen2000-01-152-0/+13
* in an rshutdown function we should not access the regular_list like this.Thies C. Arntzen2000-01-151-4/+14
* Initialize/destroy hook lists implicitly.Sascha Schumann2000-01-152-18/+21
* Be more verbose, if headers were already sent and remove RSHUTDOWN handlerSascha Schumann2000-01-151-20/+11
* sessions are now written via a _php_session_shutdown which is registeredThies C. Arntzen2000-01-152-1/+21
* - don't set php_errormsg on errors that will cause a zend_bailout().Thies C. Arntzen2000-01-153-22/+44
* Complain verbosely, if a destroy failedSascha Schumann2000-01-151-1/+3
* Since we're highlighting code, put <code> and </code> around the code.Andrei Zmievski2000-01-141-0/+2
* @- Added implicit_flush INI directive (Zeev)Zeev Suraski2000-01-133-0/+10
* Make Win32 compile againZeev Suraski2000-01-132-12/+13
* Woops, forgot to commit the right version of the file...Zeev Suraski2000-01-132-2/+32
* - Added flush() support to SAPIZeev Suraski2000-01-1317-213/+139
* Only suppress including dlfcn.h when we are in PHP.Sascha Schumann2000-01-121-2/+2
* Move dl stuff from acconfig.h into zend.h. That allows us finer controlSascha Schumann2000-01-122-18/+15
* Avoid including dlfcn.h, if we are compiling as an Apache module.Sascha Schumann2000-01-121-2/+15
* Full gear backwards. We still need acconfig.h.in for additional acconfig.hSascha Schumann2000-01-122-0/+6
* Add description for AC_DEFINEsSascha Schumann2000-01-121-2/+2
* acconfig.h.in became superflicious when we removed the config.h.stubs.Sascha Schumann2000-01-122-6/+2
* Fix compile on AIX, #2071Sascha Schumann2000-01-121-0/+1
* Make cvsclean work on AIXSascha Schumann2000-01-121-1/+1
* @- Fixed a crash in pfsockopen() (Zeev)Zeev Suraski2000-01-101-8/+17
* *** empty log message ***Andrei Zmievski2000-01-101-1/+1
* - changed cpdf_global_set_document_settings() to cpdf_global_set_document_lim...Uwe Steinmann2000-01-103-4/+5
* - added cpdf_global_set_document_limits()Uwe Steinmann2000-01-102-6/+29
* Functionality & crash fixesZeev Suraski2000-01-091-2/+2
* @- Fixed a possible crash in phpinfo() (Zeev)Zeev Suraski2000-01-091-3/+6
* # Fix silly typoRasmus Lerdorf2000-01-081-1/+1
* fix solaris compileThies C. Arntzen2000-01-071-1/+11