summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Use the new API for resources in MySQLZeev Suraski1999-09-032-215/+93
|
* Add new API for resourcesZeev Suraski1999-09-033-3/+58
|
* Added detection of Oracle 8.1 (aka 8i) from PHP3.Stefan Roehrich1999-09-032-2/+20
|
* Practice what you preach, I guess.Andrey Hristov1999-09-032-15/+15
|
* Add global startup/shutdown functions in Win32 version as wellSascha Schumann1999-09-031-0/+32
|
* Add prototypes for new functions in internal_functions.c.inSascha Schumann1999-09-031-1/+3
|
* - add global startup/shutdown handlersSascha Schumann1999-09-0311-28/+140
| | | | | | | | | | - improve genif.sh to also consider all header files for inclusion (checks for phpext_) - use vsnprintf in main.c to avoid buffer overflows - improve sessions's mm module to cope better with OOM situations within the shared memory segment - fix typo wrt session.auto_start
* Add global startup/shutdown functionsSascha Schumann1999-09-031-1/+5
|
* Makefile.in and other generated do not belong under CVS controlSascha Schumann1999-09-031-330/+0
|
* Enabled shared build of mysql moduleGergely Madarász1999-09-033-10/+52
|
* Small cleanupGergely Madarász1999-09-031-2/+7
|
* Enabled shared build of snmp moduleGergely Madarász1999-09-033-11/+57
|
* Revert the IS_RESOURCE patch. It had some unintended behavior.Zeev Suraski1999-09-031-20/+2
|
* Enabled shared build of pgsql moduleGergely Madarász1999-09-033-8/+48
|
* Fixed resource handling to conform to PHP4 guidelines.Andrey Hristov1999-09-031-5/+13
|
* - complete rewrite of object to array conversionUwe Steinmann1999-09-031-1/+144
|
* Version updateZeev Suraski1999-09-032-2/+2
|
* - Fixed several problems with output buffering and HEAD requests (Zeev)Zeev Suraski1999-09-033-2/+6
| | | | | - Fixed HTTP Status code issue with ISAPI module (Zeev)
* Let $GLOBALS actually work...Zeev Suraski1999-09-031-1/+3
|
* *** empty log message ***Zeev Suraski1999-09-031-0/+3
|
* Release resources when converting to other types (fix Thies's reported problem)Zeev Suraski1999-09-031-91/+111
|
* Use \0NameFilenameLineno as key instead of numeric index for runtime defined ↵Zeev Suraski1999-09-021-11/+36
| | | | functions
* clean up library namingStig Bakken1999-09-022-6/+17
|
* newest GetImageSize renamed header-fileThies C. Arntzen1999-09-025-51/+51
|
* - Small fix but it's important for people to know when B3 is released.Andi Gutmans1999-09-021-0/+1
|
* Added mcal moduleMark Musone1999-09-016-0/+1375
|
* - Add sessions module to standard win32 build.Andi Gutmans1999-09-013-8/+6
|
* Fix lcg.h location.Andrey Hristov1999-09-011-1/+1
|
* - Group-attribute may now appear multiple times in objrec record.Uwe Steinmann1999-09-012-9/+49
|
* ext/lcg -> ext/standard in various placesStig Bakken1999-08-314-6/+6
|
* oopsStig Bakken1999-08-311-2/+0
|
* we need DEFS when compiling this dirThies C. Arntzen1999-08-311-1/+2
|
* fix for bug #2165Stig Bakken1999-08-311-2/+4
|
* fix for bug #2191Stig Bakken1999-08-311-4/+4
|
* compat fix, bug #2201Stig Bakken1999-08-311-9/+24
|
* "fix" for #2202Thies C. Arntzen1999-08-311-0/+1
|
* Add support for unixODBCAndreas Karajannis1999-08-304-2/+49
|
* moved lcg stuff to ext/standardStig Bakken1999-08-294-1/+144
|
* PATH_TRANSLATED was not used at all, even if one comment impliedSascha Schumann1999-08-291-0/+3
| | | | | | it should be used. After adding this, the CGI version works for me w/ Apache + suexec
* This one was nonesense.Egon Schmid1999-08-291-1/+1
|
* Missing return type.Egon Schmid1999-08-291-1/+1
|
* Oops, file should be string here.Egon Schmid1999-08-291-2/+2
|
* This check actually doesn't make a whole lot of sense. We needRasmus Lerdorf1999-08-281-1/+1
| | | | | | | | something here, but if a mod_auth_* module declines, the type is still set. So, we need a check to see if there have been a non-declined auth hook previously for this request. I will ponder a good approach to this.
* Add -d switchZeev Suraski1999-08-282-11/+33
|
* *** empty log message ***Zeev Suraski1999-08-281-2/+2
|
* *** empty log message ***Zeev Suraski1999-08-285-11/+5
|
* semicolon syntax errorPhilippe Verdy1999-08-281-1/+1
|
* Bug in gmmktime():Philippe Verdy1999-08-281-10/+76
| | | | | | | it produced wrong results in New Foundland, Central Australia, India, Iran, and Java, with half-hour timezones.
* when "track_vars" is disabled and a script which contains <?php_track_vars?> isSascha Schumann1999-08-281-1/+9
| | | | | accessed for the first time, track vars were not created properly.
* merge in fix from php3Sascha Schumann1999-08-281-1/+1
|