summaryrefslogtreecommitdiff
path: root/main/php.h
Commit message (Expand)AuthorAgeFilesLines
* NetWare related changesVenkat Raghavan S2002-05-311-0/+9
* Due to the thread-safety changes and lots of other stuff, theSascha Schumann2002-05-071-1/+1
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-161-4/+5
* make (v)spprintf availableMarcus Boerger2002-04-101-0/+1
* getting rid of the warn_not_available aliasHartmut Holzgraefe2002-03-221-2/+0
* Rename HAVE_PHP_STREAM to PHP_HAVE_STREAMS, becauseSascha Schumann2002-03-181-1/+1
* -added memory streamsMarcus Boerger2002-03-161-1/+2
* add HAVE_PHP_STREAM macro for extensions to test which fileio functions to useWez Furlong2002-03-161-1/+1
* don't redefine NDEBUG if it is already defined. yeesh.jim winstead2002-03-151-0/+2
* - Revert assert fix until it becomes clear what was wrong with my previousAndi Gutmans2002-03-151-2/+0
* Avoid warnings under VC.Yasuo Ohgaki2002-03-151-0/+2
* Include/enable assert.h/assert() when it is availableYasuo Ohgaki2002-03-141-1/+10
* turn on force redirect for windowsShane Caraveo2002-03-011-3/+4
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Merge in qsort changesSterling Hughes2001-09-171-1/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Update API numberZeev Suraski2001-09-011-1/+1
* This is not needed anymore.foobar2001-08-221-1/+0
* Fix XtOffsetOf compile problems if someone has already defined it.Sterling Hughes2001-08-181-1/+5
* Move the macro wrappers from the compatibility header to php.hZeev Suraski2001-08-111-0/+36
* Centralize macrosZeev Suraski2001-08-101-21/+0
* Let's not introduce more mess to maintain.Zeev Suraski2001-08-101-25/+0
* Sablot extension cleanup - it compiles again nowRasmus Lerdorf2001-08-101-0/+24
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-2/+2
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-6/+6
* - TSRMLS_FETCH workZeev Suraski2001-08-051-7/+7
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-4/+0
* Get rid of the redundant global startup codeZeev Suraski2001-07-241-2/+0
* Fix Windows buildZeev Suraski2001-07-201-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* Add the capibility to to allow ap_php_(v)snprintf to replace (v)snprintfJason Greene2001-06-051-1/+1
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* place nice with other libraries.Sterling Hughes2001-05-301-2/+4
* Add support for systems where p{read|write} take a off64_t withoutSascha Schumann2001-05-201-0/+8
* make pgsql build under win32 againDaniel Beulshausen2001-04-301-1/+1
* get rid of MS's _popen/_pcloseDaniel Beulshausen2001-04-271-0/+1
* Added files for PHP streamsWez Furlong2001-04-171-7/+8
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-261-5/+0
* nuke warningsDaniel Beulshausen2001-02-261-5/+5
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
* Bump PHP_API_VERSIONSascha Schumann2001-01-191-1/+1
* Hardcode all functions which are mentioned in the Large File Support SpecSascha Schumann2000-12-071-0/+1
* Noone defines PACKAGE/VERSION anymore.Sascha Schumann2000-12-021-4/+0
* PHP does not care about inline at all, so get rid of this block.Sascha Schumann2000-11-171-7/+0
* Namespace protect mergesort (caused conflict on Darwin).Sascha Schumann2000-11-021-1/+1
* - Smarter detection of MAXPATHLENAndi Gutmans2000-09-071-1/+5
* - Found my bug and managed to move the V_* macros to TSRMAndi Gutmans2000-09-041-58/+1
* - Move to virtual cwd in TSRMAndi Gutmans2000-09-031-1/+1
* - Remove some unused stuff.Andi Gutmans2000-08-271-15/+0