summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-2818-246/+204
* Remove superfluous returnsSascha Schumann2001-07-281-3/+0
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-2711-86/+92
* Remove references to global startup functions.Andrei Zmievski2001-07-241-10/+0
* Get rid of the redundant global startup codeZeev Suraski2001-07-245-54/+1
* Unbreak various tests and transparent session id rewriting for now. ThisSascha Schumann2001-07-231-3/+0
* fix date('T')Daniel Beulshausen2001-07-221-0/+2
* - Shouldn't be needed anymoreAndi Gutmans2001-07-211-2/+0
* - Fix __FILE__ in the main script in CGI/command line mode.Andi Gutmans2001-07-212-10/+18
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-97/+96
* Fix UNIX buildZeev Suraski2001-07-201-2/+2
* Fix Windows buildZeev Suraski2001-07-203-3/+2
* Avoid getting bailouts on text output during shutdown. Text output is nowZeev Suraski2001-07-203-22/+42
* Add always_populate_raw_post_data ini directive and default it to 0 toRasmus Lerdorf2001-07-174-1/+8
* Another layout fixZeev Suraski2001-07-161-2/+3
* Fix layoutZeev Suraski2001-07-161-4/+5
* Fix the crash Joey foundZeev Suraski2001-07-161-11/+11
* GeneralizeZeev Suraski2001-07-161-15/+3
* Fix a couple of build warningsRasmus Lerdorf2001-07-161-1/+1
* Fix warningZeev Suraski2001-07-151-1/+1
* Fix a crash with the new check-in-cwd code. It will now work onlyZeev Suraski2001-07-151-16/+20
* 2nd bug in the same lineZeev Suraski2001-07-151-1/+1
* remove bogus &Zeev Suraski2001-07-151-1/+1
* Make bailouts valid at request_startupZeev Suraski2001-07-151-0/+4
* o Fixed Bug #12121: chdir and safe_modeJames E. Flemer2001-07-135-75/+144
* Fix xmlrpc_error:number handlingSascha Schumann2001-07-132-2/+2
* Remove unreferenced variableZeev Suraski2001-07-111-1/+0
* use ZVAL_* macrosThies C. Arntzen2001-07-111-10/+4
* - Nuke fprintf()Andi Gutmans2001-07-101-2/+0
* - Commit patch which checks for an include file in the calling scripts'Andi Gutmans2001-07-101-1/+32
* WhitespaceZeev Suraski2001-07-101-9/+9
* Allow errors to be returned as XMLRPC fault packets.Sascha Schumann2001-07-102-0/+14
* Fix Windows build (I think)Rasmus Lerdorf2001-07-091-0/+1
* Add getmygid() and safe_mode_gid ini directive to allow safe mode to doRasmus Lerdorf2001-07-093-2/+11
* enable get*by* networking functions + remove commentsDaniel Beulshausen2001-07-061-81/+7
* Improve url scanner speed (up to 40% for large chunks of data)Sascha Schumann2001-07-041-0/+5
* Fix a major thread safety bug in the output mechanismZeev Suraski2001-07-023-9/+13
* Fix bug #11678Zeev Suraski2001-06-261-1/+10
* - Fix leak in case of a syntax errorZeev Suraski2001-06-211-1/+1
* Remove redundant code from lint mode, it should now do only what it needs to doZeev Suraski2001-06-211-14/+6
* Fix one problem with Opera browsers. Tested with IE,NS,Opera.foobar2001-06-191-7/+7
* Finish phpinfo() HTML 4.01 tweaking.Sebastian Bergmann2001-06-191-5/+5
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-0624-116/+312
* Add the capibility to to allow ap_php_(v)snprintf to replace (v)snprintfJason Greene2001-06-053-4/+4
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-0523-8/+99
* A little clean, merge two if statements.Andrei Zmievski2001-06-011-4/+2
* place nice with other libraries.Sterling Hughes2001-05-303-4/+6
* Kill warning.Andrei Zmievski2001-05-291-1/+2
* - Fix problem of output initializationAndi Gutmans2001-05-232-14/+9
* oops..foobar2001-05-231-1/+1