Andrey Hristov
22ce3af972
HASH_OF is now in php.h.
1999-09-15 13:28:33 +00:00
Thies C. Arntzen
e7ad3bbec2
use new API in var.c
1999-09-15 11:42:28 +00:00
Thies C. Arntzen
21a0c57cb1
i love id-strings
1999-09-15 11:09:32 +00:00
Thies C. Arntzen
3491633aa0
made serialize/unserialize work with classes! (also made the code "shorter")
...
CHANGES:
- the serialized string now also contains the class name (was not available in PHP3)!
- when unserializing php will create a fully working object of that class again
therby the class has to be defined when unserializing - else you get a warning!
1999-09-15 11:08:25 +00:00
Stig Bakken
093e9f5e97
add LIBOBJS, used by AC_REPLACE_FUNCS
1999-09-15 11:08:00 +00:00
Thies C. Arntzen
328d08bd63
HASH_OF is usable enough (i hate duplicating macros all over the place)
1999-09-15 09:51:20 +00:00
Stig Bakken
1740e6ee4e
Clean up the strlcat/strlcpy checks.
1999-09-15 09:35:20 +00:00
Andi Gutmans
36101a55ad
- Leave this for now.
1999-09-15 05:44:59 +00:00
Andi Gutmans
100148168a
- Thread-unsafe win32 compiles again
...
- Some strlcpy changes including one bug fix.
1999-09-15 05:42:36 +00:00
Andi Gutmans
0a7fc83253
- gettimeofday wasn't registered.
1999-09-15 05:08:45 +00:00
Andi Gutmans
0b601a7bea
- Another small one. I'll leave the rest for now...
1999-09-14 20:15:32 +00:00
Andi Gutmans
37d7b91d48
- First go at using strlcat().
1999-09-14 20:12:46 +00:00
Andi Gutmans
6a836bee6f
- Support strlcpy/strlcat in windows.
1999-09-14 20:02:47 +00:00
Andrey Hristov
870a6679ff
- Updated bundled PCRE library to version 2.08
...
- Made it possible to specify external location of the PCRE library
- Reworked PCRE extension to use updated PCRE library API
Hopefully now everything behaves just like Perl..
1999-09-14 19:24:37 +00:00
Andi Gutmans
61a3c147c3
Add strlcpy/strlcat to the build process
1999-09-14 19:12:57 +00:00
Uwe Steinmann
4b6328e052
- fixed memory leaks in pdf_open_memory_image() and pdf_add_bookmark()
1999-09-14 14:47:14 +00:00
Thies C. Arntzen
cdd360043e
forgot
1999-09-14 14:18:57 +00:00
Thies C. Arntzen
da599af7cb
is_array & friens speedups
1999-09-14 14:18:18 +00:00
Rasmus Lerdorf
0fd0323956
Fix a warning
1999-09-14 14:09:57 +00:00
Thies C. Arntzen
41da939988
count() now uses the new getParamertersEx API.
1999-09-14 13:34:27 +00:00
Thies C. Arntzen
ac1a484c84
i'm sure this was left-over debugging code!
1999-09-14 13:32:54 +00:00
Thies C. Arntzen
598aaba8ca
you can now position when doing lob-writes.
1999-09-14 12:41:00 +00:00
Andi Gutmans
331221eec6
- X-* is probably more standard.
1999-09-13 20:03:56 +00:00
Stig Bakken
809198b916
Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring
...
extensions.
1999-09-13 17:17:51 +00:00
Thies C. Arntzen
95303a4bb2
added Metaphone support
1999-09-13 15:48:32 +00:00
Thies C. Arntzen
c2042b1561
got rid of the define-callback stuff there's a bug in oracle-oci8!
1999-09-13 15:19:29 +00:00
Andrey Hristov
93c35c3352
Per Stig's suggestion.
1999-09-13 14:15:22 +00:00
Thies C. Arntzen
c21663b3e7
ported $lob->savefile($filename) method from PHP3
1999-09-13 11:49:07 +00:00
Stig S. Bakken
af1e5ad881
Make sure HAVE_LIBDL gets defined.
...
Disable more C++ tests when not configured for thread safety.
1999-09-13 11:29:44 +00:00
Thies C. Arntzen
f858b6891c
cleanups
1999-09-13 11:13:53 +00:00
Thies C. Arntzen
d5bafdaa20
ported oci8 to use new class API
...
var_dump no longer tries to traverse avr->value.ht for objects but uses var->value.obj.properties instead
1999-09-13 10:52:54 +00:00
Zeev Suraski
b88ef58a9f
Modified phpinfo() to show the contents of arrays in HTTP_*_VARS[]
1999-09-13 01:11:41 +00:00
Zeev Suraski
3f0696dada
Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too)
1999-09-13 00:35:03 +00:00
Zeev Suraski
b2c0acb9ec
- Rewrote the GET/POST/Cookie data reader to support multi-dimensional
...
arrays! (Zeev)
This still needs a lot of more testing, but it seems to work more or less.
1999-09-12 23:51:12 +00:00
Zeev Suraski
ce5a09ea40
Add PHP-Version header in IIS
1999-09-12 21:07:53 +00:00
Zeev Suraski
9e3315799c
That's important enough to be cached
1999-09-12 20:36:48 +00:00
Zeev Suraski
5f1793e21c
Make this class instanciatable
1999-09-12 19:27:50 +00:00
Sascha Schumann
c656292b96
check for c++ only, if thread safety is enabled
1999-09-12 14:14:34 +00:00
Sascha Schumann
96559e91fe
use static buffer for URLs instead of allocating/freeing memory
...
for each one
1999-09-12 13:03:10 +00:00
Sascha Schumann
ac524d4b94
calculate length of cookie string correctly
1999-09-12 12:27:11 +00:00
Sascha Schumann
2e844a0799
add missing result msg
1999-09-12 12:20:59 +00:00
Sascha Schumann
691881a505
move session URL stuff to the last place before SAPI takes over
1999-09-12 11:36:45 +00:00
Sascha Schumann
f2ff18e71e
These shouldn't be here
1999-09-12 10:25:26 +00:00
Andi Gutmans
d5968b8f21
- Oops
1999-09-12 09:57:51 +00:00
Andi Gutmans
da973fe6bf
- Make it compile on Win32
1999-09-12 09:55:53 +00:00
Zeev Suraski
a1784083e9
Time to do that - rename the output layer prefix
1999-09-12 03:25:02 +00:00
Zeev Suraski
5a6b8653b9
*** empty log message ***
1999-09-12 03:08:29 +00:00
Sascha Schumann
036cc83ed6
expand version number
1999-09-12 00:45:38 +00:00
Sascha Schumann
3a9f68eb11
update
1999-09-12 00:44:08 +00:00
Andrey Hristov
b203fb3481
Reverting to previous state.
1999-09-12 00:32:22 +00:00